Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to specify environment for default session #153

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

apognu
Copy link
Owner

@apognu apognu commented Aug 16, 2024

When a session is specified through the --cmd argument, there is currently no way to set environment variables to run it with (other than creating a wrapper script). This adds an --env command line option to do exactly that.

Closes #148.

@apognu apognu added the enhancement New feature or request label Aug 16, 2024
@apognu apognu added this to the 0.10.0 milestone Aug 16, 2024
@apognu apognu self-assigned this Aug 16, 2024
@apognu apognu merged commit 359410f into master Aug 16, 2024
6 checks passed
@apognu apognu deleted the dev/default-command-env branch August 16, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specifing session type for --cmd session
1 participant